MonthName

Returns a month name based on a month integer. 1 is January, 2 is February, etc.

Syntax

MonthName(MonthInteger)

Arguments

Argument Description
MonthInteger Month integer.

Return value

Value Description
Value Month name that corresponds with the integer.

Example

monthNameValue = MonthName(9)